Skip to content

Conversation

wasyokusatoshi
Copy link
Contributor

概要

Issue #1299 で提案されたESLintとコードスタイルのガイドラインをドキュメントに追加しました。

変更内容

  • CONTRIBUTING.mdDEVELOPMENT.md へのリンクを追加
  • docs/en/DEVELOPMENT.md に ESLint の詳細情報を追加
    • 設定ファイルの場所
    • ベースルール
    • 実行コマンド
    • Pre-commit フック
    • レビュー基準
  • docs/ja/DEVELOPMENT.md に同様の内容を日本語で追加

効果

  • 新規コントリビューターがlintルールを事前に理解できる
  • レビュー基準が明確になり、レビュー工数が削減される
  • 自動修正の使い方を知ることで、余分な差分を減らせる

Fixes #1299

- Added detailed ESLint configuration information to DEVELOPMENT.md (both EN and JA)

- Added reference links from CONTRIBUTING.md to DEVELOPMENT.md

- Documented linting commands, pre-commit hooks, and review standards

Fixes aws-samples#1299
Copy link
Contributor

@tbrand tbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tbrand tbrand merged commit 92dbfa5 into aws-samples:main Oct 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

【提案】ESLint のルールと実行手順を CONTRIBUTING.md に明記したい

2 participants